Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42 | GitLab Bot | 2021-06-16 | 1 | -7/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42 | GitLab Bot | 2021-05-19 | 1 | -0/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43 | GitLab Bot | 2021-04-20 | 1 | -0/+11 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40 | GitLab Bot | 2021-03-16 | 1 | -0/+4 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-ee | GitLab Bot | 2021-02-18 | 1 | -0/+10 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42 | GitLab Bot | 2021-02-18 | 1 | -1/+5 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42 | GitLab Bot | 2020-12-17 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@13-1-stable-ee | GitLab Bot | 2020-06-18 | 1 | -0/+9 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-22 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-17 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-11 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-11-07 | 1 | -0/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-16 | 1 | -3/+3 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-15 | 1 | -8/+12 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-08 | 1 | -6/+7 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-03 | 1 | -7/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-09-13 | 1 | -1/+5 |
| | |||||
* | Avoid calling freeze on already frozen strings in lib | Dinesh Panda | 2019-09-10 | 1 | -2/+2 |
| | |||||
* | Rename dev, org, com helper | Doug Stull | 2019-08-28 | 1 | -1/+1 |
| | |||||
* | Backport EE changes made to the scripts/ directoryresolve-scripts-differences | Yorick Peterse | 2019-07-29 | 1 | -2/+2 |
| | | | | | | This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup. | ||||
* | Add Gitlab.ee method | Robert Speicher | 2019-06-26 | 1 | -0/+4 |
| | | | | This method yields to the given block when the installation is EE. | ||||
* | Backport gitlab.yml.example from EEconfig-yaml-differences | Yorick Peterse | 2019-06-20 | 1 | -6/+10 |
| | | | | | | | | To make this happen, we need to conditionally add the group_saml strategy when running tests, but only on EE. This requires some changes to Gitlab.ee? so that it can be used before/without loading the Rails environment. We also have to change how we require a few files, so this can run outside of Rails. | ||||
* | Add DNS rebinding protection settings | Oswaldo Ferreira | 2019-05-30 | 1 | -0/+5 |
| | |||||
* | Merge branch 'winh-separate-frontend-fixtures' into 'master' | Phil Hughes | 2019-05-07 | 1 | -1/+5 |
|\ | | | | | | | | | Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032 | ||||
| * | Allow to override Gitlab.ee? with IS_GITLAB_EE | Winnie Hellmann | 2019-05-02 | 1 | -1/+5 |
| | | | | | | | | (cherry picked from commit f3b74d59865a88be67663339447667c725961413) | ||||
* | | Run rubocop -a on CE filessh-upgrade-rubocop-0.68.0-ce | Stan Hu | 2019-05-05 | 1 | -2/+2 |
|/ | |||||
* | Use a fixed git abbrev parameter when we fetch a git revision10735-geo-gitlab-revision-can-return-not-consistent-results | Valery Sizov | 2019-03-28 | 1 | -1/+1 |
| | |||||
* | Creates a function to check if repo is EE | Filipa Lacerda | 2019-03-04 | 1 | -0/+4 |
| | | | | | Adds EE information to gon Creates a global vue mixin | ||||
* | Revert the "What's new" feature | Brandon Labuschagne | 2019-01-29 | 1 | -40/+8 |
| | |||||
* | Extract process_name from GitLab::Sentry | Andrew Newdigate | 2019-01-16 | 1 | -0/+8 |
| | | | | | | | | GitLab::Sentry has a program_context method to determine whether a Sentry exception occurred in Sidekiq or rails. Since we will need similar functionality for distributed tracing, this change extracts the program_context method into GitLab.process_name for more general consumption. | ||||
* | Resolve "Add "What's new" menu item in top navigation" | Brandon Labuschagne | 2019-01-14 | 1 | -8/+40 |
| | |||||
* | Improve variables supportimprove-variables-support | Kamil Trzciński | 2018-11-19 | 1 | -0/+4 |
| | | | | | | This ensures that variables accept only string, alongside also improves kubernetes_namespace, improving validation and default value being set. | ||||
* | Enable more frozen string in lib/**/*.rb | gfyoung | 2018-10-06 | 1 | -0/+2 |
| | | | | | | | | | | | | | Enables frozen for the following: * lib/*.rb * lib/banzai/**/*.rb * lib/bitbucket/**/*.rb * lib/constraints/**/*.rb * lib/container_registry/**/*.rb * lib/declarative_policy/**/*.rb Partially addresses #47424. | ||||
* | Show the commit-sha for pre-release versions | Bob Van Landuyt | 2018-10-02 | 1 | -0/+4 |
| | | | | | | | | | The pre-release tags are set at the beginning of a release, so it would be impossible to figure out which version was running if we're running nightlies. In that case it's better to still link to the SHA. These versions don't get deployed to .com. | ||||
* | Stop relying on migrations in the CacheableAttributes cache key and cache ↵ | Rémy Coutable | 2018-07-05 | 1 | -4/+0 |
| | | | | | | attributes for 1 minute instead Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add installation type to usage ping data | Balasankar C | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | Replace Gitlab::REVISION with Gitlab.revision and handle installations ↵46600-fix-gitlab-revision-when-not-in-git-repo | Rémy Coutable | 2018-05-24 | 1 | -1/+16 |
| | | | | | | without a .git directory Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Introduce a new CacheableAttributes concern | Rémy Coutable | 2018-05-23 | 1 | -0/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Merge branch 'osw-backport-dev-env-check-for-storage-settings-deprecation' ↵ | Rémy Coutable | 2018-04-25 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | into 'master' Backport dev env check for storage settings deprecation See merge request gitlab-org/gitlab-ce!18461 | ||||
| * | Backport dev env check for storage settings deprecation | Oswaldo Ferreira | 2018-04-24 | 1 | -1/+1 |
| | | |||||
* | | Do not preload settings | Kamil Trzciński | 2018-04-24 | 1 | -1/+0 |
|/ | |||||
* | Get rid of config/initializers/2_app.rb and define Gitlab in lib/gitlab.rb | Rémy Coutable | 2018-04-23 | 1 | -1/+7 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Address latest feedback | Rémy Coutable | 2018-04-23 | 1 | -4/+5 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Move Settings to its own file, isolate it from Rails and introduce Gitlab.root | Rémy Coutable | 2018-04-23 | 1 | -0/+4 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Add .org? method to Gitlab helper | Oswaldo Ferreira | 2018-04-17 | 1 | -1/+5 |
| | | | | dev_env_or_com? now considers dev.gitlab.org | ||||
* | Backport GitLab domain helper methods | Oswaldo Ferreira | 2018-04-13 | 1 | -10/+7 |
| | |||||
* | Deprecate legacy disk paths | Zeger-Jan van de Weg | 2018-04-12 | 1 | -0/+8 |
| | | | | | | | | | | | Direct disk access is impossible on environments where components run in their own container. There for constructing the path should not be done except for exceptional cases. One of the considerations, instead of logging, was to use Sentry. For now I've chosen not to use this as the impact of this change is hard to determine. Getting this in now will allow us to checkout the impact on dev.gitlab.org and staging. | ||||
* | Include the ee/ directory in backtracesallow-ee-in-backtraces | Sean McGivern | 2018-03-12 | 1 | -0/+1 |
| | |||||
* | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-page | Toon Claes | 2017-06-09 | 1 | -1/+3 |
| | | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab. | ||||
* | Update `Gitlab.com?` to support stagingrs-gitalb-com-staging | Robert Speicher | 2016-06-27 | 1 | -1/+6 |
| |