[PR #502] [MERGED] Upgrade to latest gae-init #827

Closed
opened 2026-03-03 14:40:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/lipis/flag-icons/pull/502
Author: @lipis
Created: 10/26/2018
Status: Merged
Merged: 5/7/2019
Merged by: @lipis

Base: gaeHead: upgrade-gae


📝 Commits (10+)

  • 5d86c72 Bump @babel/core from 7.1.5 to 7.1.6
  • 02626d4 Merge pull request #1009 from gae-init/dependabot/npm_and_yarn/@babel/core-7.1.6
  • c97552c Python 2.7/3 compatibility change (#1013)
  • fde6ac4 Python 2.7/3 compatible print statements (#1012)
  • 7ad4f82 No dot at end of comment line (#1014)
  • fff3b2b Removed adding import dev_appserver and fix_sys_path call to gae.pth (#1015)
  • b49f5a6 Merge branch 'master' of github.com:gae-init/gae-init
  • bae40a3 Version 6.0.2
  • 9523348 Merge
  • 80e234f Line

📊 Changes

128 files changed (+9526 additions, -960 deletions)

View changed files

.bowerrc (+0 -3)
.eslintrc.yaml (+41 -0)
📝 .gitignore (+8 -5)
.hgignore (+0 -18)
.prettierignore (+0 -0)
.prettierrc.yaml (+15 -0)
.travis.yml (+47 -0)
.vscode/settings.json (+4 -0)
📝 README.md (+63 -56)
bin/README.md (+31 -0)
bin/requirements_linux.sh (+21 -0)
bin/requirements_osx_brew.sh (+21 -0)
bin/requirements_osx_port.sh (+21 -0)
bin/test_hello_world.sh (+8 -0)
📝 bower.json (+6 -7)
📝 gulp/config.coffee (+4 -0)
📝 gulp/paths.coffee (+0 -1)
📝 gulp/tasks/build.coffee (+31 -19)
📝 gulp/tasks/clean.coffee (+1 -1)
📝 gulp/tasks/dep.coffee (+6 -5)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/lipis/flag-icons/pull/502 **Author:** [@lipis](https://github.com/lipis) **Created:** 10/26/2018 **Status:** ✅ Merged **Merged:** 5/7/2019 **Merged by:** [@lipis](https://github.com/lipis) **Base:** `gae` ← **Head:** `upgrade-gae` --- ### 📝 Commits (10+) - [`5d86c72`](https://github.com/lipis/flag-icons/commit/5d86c72fe5aa3194f35cd89a19cc25b837967862) Bump @babel/core from 7.1.5 to 7.1.6 - [`02626d4`](https://github.com/lipis/flag-icons/commit/02626d429214c466a026e9d59361c4a68d75e1dd) Merge pull request #1009 from gae-init/dependabot/npm_and_yarn/@babel/core-7.1.6 - [`c97552c`](https://github.com/lipis/flag-icons/commit/c97552cc3eda1ad883fe1bc2c508aac07cef4417) Python 2.7/3 compatibility change (#1013) - [`fde6ac4`](https://github.com/lipis/flag-icons/commit/fde6ac4e5566f29ca96f4d628dfbedabc5cc194d) Python 2.7/3 compatible print statements (#1012) - [`7ad4f82`](https://github.com/lipis/flag-icons/commit/7ad4f82b790846d82b099e15d24aa92446caada9) No dot at end of comment line (#1014) - [`fff3b2b`](https://github.com/lipis/flag-icons/commit/fff3b2b701f7a099d47a08361c55cf42ba3b08d6) Removed adding import dev_appserver and fix_sys_path call to gae.pth (#1015) - [`b49f5a6`](https://github.com/lipis/flag-icons/commit/b49f5a65fb5690444fb8ddb0b2fb50078c2cc1dd) Merge branch 'master' of github.com:gae-init/gae-init - [`bae40a3`](https://github.com/lipis/flag-icons/commit/bae40a3ec6336924785059bf09af8ce4783cb78e) Version 6.0.2 - [`9523348`](https://github.com/lipis/flag-icons/commit/95233484ce1dd725da16617edcaf1543db4755f9) Merge - [`80e234f`](https://github.com/lipis/flag-icons/commit/80e234fd32fe0a2e76c49d9f6accf3843a3efbf3) Line ### 📊 Changes **128 files changed** (+9526 additions, -960 deletions) <details> <summary>View changed files</summary> ➖ `.bowerrc` (+0 -3) ➕ `.eslintrc.yaml` (+41 -0) 📝 `.gitignore` (+8 -5) ➖ `.hgignore` (+0 -18) ➕ `.prettierignore` (+0 -0) ➕ `.prettierrc.yaml` (+15 -0) ➕ `.travis.yml` (+47 -0) ➕ `.vscode/settings.json` (+4 -0) 📝 `README.md` (+63 -56) ➕ `bin/README.md` (+31 -0) ➕ `bin/requirements_linux.sh` (+21 -0) ➕ `bin/requirements_osx_brew.sh` (+21 -0) ➕ `bin/requirements_osx_port.sh` (+21 -0) ➕ `bin/test_hello_world.sh` (+8 -0) 📝 `bower.json` (+6 -7) 📝 `gulp/config.coffee` (+4 -0) 📝 `gulp/paths.coffee` (+0 -1) 📝 `gulp/tasks/build.coffee` (+31 -19) 📝 `gulp/tasks/clean.coffee` (+1 -1) 📝 `gulp/tasks/dep.coffee` (+6 -5) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 14:40:56 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#827
No description provided.