- 11 Sep, 2018 6 commits
-
-
-
Grzegorz Bizon authored
QA: Add support for testing Git over HTTP with LDAP users See merge request gitlab-org/gitlab-ce!21354
-
Grzegorz Bizon authored
Rails 5: fix issue move service See merge request gitlab-org/gitlab-ce!21616
-
Jasper Maes authored
In rails 5, the attributes method for an enum returns the name instead of the database integer.
-
Bob Van Landuyt authored
Add stub methods for FakeApplicationSetting Closes gitlab-ee#7543 See merge request gitlab-org/gitlab-ce!21662
-
Stan Hu authored
In a migration spec, a default ApplicationSetting object may fail to create due to an unknown attribute and fall back to FakeApplicationSetting. FakeApplicationSetting appears to be missing a number of methods that are needed (https://gitlab.com/gitlab-org/gitlab-ce/issues/47491). This commit adds the ones needed to make an EE spec pass. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7543
-
- 10 Sep, 2018 34 commits
-
-
Stan Hu authored
QA: Sign in as an admin account when adding a license See merge request gitlab-org/gitlab-ce!21657
-
Robert Speicher authored
properly wrap LICENSE file [ci skip] See merge request gitlab-org/gitlab-ce!21604
-
Mark Lapierre authored
Adds the ability to use admin credentials to add a license so that when testing an LDAP user on EE the LDAP user does not have to be an admin. Admin credentials default to GDK's root user. Can be overriden via ADMIN_USERNAME and ADMIN_PASSWORD environment variables.
-
Robert Speicher authored
Resolve "Changes in in-memory application settings in one spec can break another spec" Closes #51268 See merge request gitlab-org/gitlab-ce!21638
-
Clement Ho authored
Update karma: 2.0.4 -> ^3.0.0 See merge request gitlab-org/gitlab-ce!21593
-
Stan Hu authored
-
Mike Greiling authored
add tooltip directive from gitlab-ui See merge request gitlab-org/gitlab-ce!21522
-
Simon Knox authored
-
Stan Hu authored
Synchronize the default branch when updating a remote mirror See merge request gitlab-org/gitlab-ce!21653
-
Stan Hu authored
Migration specs may be missing a column necessary to create an ApplicationSetting object, which causes the FakeApplicationSetting to be initialized. However, the project selects a random repository storage via ApplicationSetting#pick_repository_storage, which isn't present in the OpenStruct. To workaround this issues, we add a pick_repository_storage method in FakeApplicationSetting.
-
Robert Speicher authored
[CE] Make spec/lib/gitlab/import_export/all_models.yml EE-ready Closes gitlab-ee#7471 See merge request gitlab-org/gitlab-ce!21544
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Clement Ho authored
Bump KaTeX version to 0.9.0 Closes #51065 See merge request gitlab-org/gitlab-ce!21625
-
Kamil Trzciński authored
Reset column information before running CommonMetricsImporter Closes #51305 See merge request gitlab-org/gitlab-ce!21647
-
Robert Speicher authored
Enforce good commit messages using Danger Closes #50003 See merge request gitlab-org/gitlab-ce!21527
-
Annabel Dunstone Gray authored
Fix vertical alignment of text in diffs Closes #48902 See merge request gitlab-org/gitlab-ce!21573
-
Stan Hu authored
Closes #51065
-
Bob Van Landuyt authored
This makes sure that newly created columns would be available when migrating in one go.
-
Robert Speicher authored
Bump Sidekiq 5.1.3 to 5.2.1 See merge request gitlab-org/gitlab-ce!21624
-
Bob Van Landuyt authored
Bump gitlab-shell to 8.3.1 See merge request gitlab-org/gitlab-ce!21648
-
Rémy Coutable authored
docs: Correct YAML indentation See merge request gitlab-org/gitlab-ce!21631
-
Stan Hu authored
8.3.0 was tagged with the commit before the CHANGELOG.md and version.rb bump, so this just fixes a harmless warning.
-
Rémy Coutable authored
Add `duration` attributes to Jobs API docs See merge request gitlab-org/gitlab-ce!21626
-
Rémy Coutable authored
Add changelog to !21371 See merge request gitlab-org/gitlab-ce!21615
-
Rémy Coutable authored
Add /lock and /unlock quick actions Closes #39173 See merge request gitlab-org/gitlab-ce!15197
-
Rémy Coutable authored
This port https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/7254 to CE. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Yorick Peterse authored
This Dangerfile ensures that commit authors write good commit messages. We also prevent the use of Emoji, since these add no value and may not always be displayed properly. Merge commits are currently ignored. In the future we most likely want to stop using these, but this is a separate discussion, hence we ignore them for the time being. The rules enforced by this Dangerfile are based on the article found at https://chris.beams.io/posts/git-commit/. For more information, refer to https://gitlab.com/gitlab-org/gitlab-ce/issues/50003. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/50003
-
Rémy Coutable authored
Replace one word in todos.md See merge request gitlab-org/gitlab-ce!19757
-
Nick Thomas authored
Update doc: url reference to grafana See merge request gitlab-org/gitlab-ce!21637
-
Achilleas Pipinellis authored
Clean up chart index page See merge request gitlab-org/gitlab-ce!21623
-
Joshua Lambert authored
-
Marcia Ramos authored
Make topic adhere to style guide See merge request gitlab-org/gitlab-ce!21582
-
Achilleas Pipinellis authored
Specify tar is required for backup and restore tasks Closes omnibus-gitlab#2334 See merge request gitlab-org/gitlab-ce!21633
-